home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Telnet / 5PM PowerMac / 5PM_Term_PPC.sea / ASC Read Me's… / Products History / FTPShare - History < prev    next >
Text File  |  1994-06-29  |  5KB  |  89 lines

  1.  
  2. FTPShare Release Notes
  3.  
  4.  
  5. _______________________________________________________________________
  6. Version 1.0.4
  7. _______________________________________________________________________
  8. - New protections: the product can be serialized through the FTPShare Setup aplication.
  9. - Support for Log Files, Guests Identification and Remote Users Management (see the "Hidden Features" file for more information).
  10. - The max number of sessions is now 30 (which is a limitation from the MacTCP driver) but it requires 10K more.
  11. - FTPShare Extension now displays a color icon at startup time.
  12.  
  13.  
  14. _______________________________________________________________________
  15. Version 1.0.3
  16. _______________________________________________________________________
  17. No changes: just re-compiled.
  18.  
  19.  
  20. _______________________________________________________________________
  21. Version 1.0.2
  22. _______________________________________________________________________
  23.  No longer crash under certain conditions, when transfering a file with a name larger than 21 characters.
  24.  
  25.  
  26. _______________________________________________________________________
  27. Version 1.0.1
  28. _______________________________________________________________________
  29. - Larger time-out value when sending files (2 minutes).
  30. - Telnet characters are stripped from commands.
  31. - No longer crashes when restarting the Macintosh. These crashes occured on some machines, depending on the system configuration.
  32. - No longer returns an error when storing an empty file in MacBinary mode.
  33. - FTPShare Monitor : All server events are now displayed, even if many automatic processes connect to the server at the same time.
  34.  
  35.  
  36. _______________________________________________________________________
  37. Version 1.0
  38. _______________________________________________________________________
  39.  
  40. Listed below are the changes between the first demo version (which is stored on sumex-aim.stanford.edu) and the production version 1.0 :
  41.  
  42.  
  43. ******CORRECTED BUGS ******
  44.  
  45. Setup + Monitor + Users :
  46. ----------------------
  47. When two alerts were displayed, if the first one contained a message followed by an error code, and if the second one only contained a message, then the second still displayed the error code of the first alert. This case could occur, for exemple, when both MacTCP and FTP Share Extension were not installed.
  48.  
  49. Server :
  50. -------
  51. If you, the Owner, stored in the Entry Folder of a User the ALIAS OF AN ALIAS of an item which is stored on an UNMOUNTED AppleShare Volume which require a PASSWORD, then, when the User attempted to access to this alias of alias (to Get file or Change directory), the standard dialog box to enter the Password was displayed and the Server was stopped until you enter the Password or click the Cancel button.
  52. NOTE : All the attempts to access to an alias of alias are now refused by the server with the error "550 Alias cannot be resolved (perhaps AppleShare volume not mounted)."
  53.  
  54. In case of POWER FAILURE, the FTP Share Prefs file could be corrupted and the server refused to start again. It was necessary to configure again the settings of FTP Share Setup and to launch once FTP Share Users in order to create a new Prefs file.
  55.  
  56. It was not possible to get a LOCKED file.
  57.  
  58. FTP Share used most of the CPU time, and time-outs often occured, on SLOW links or on INTERCONTINENTAL connections when transfering large files.
  59. NOTE : Transfers are now optimized but a few more memory is needed for each session (about 40 Kb instead of 35k).
  60.  
  61. No longer sends data when client suspends transfer.
  62.  
  63. When sending the command "quote macb" after the command "binary", the file transfer mode was left to "MacBinary". The command "quote macb" had to be sent before the command "binary" to turn the file transfer mode to "Binary" only.
  64.  
  65. A bug was added when correcting the problems with slow links : time-outs occured when transfering MacBinary files with a Data Fork size exactly multiple of the Block Size (ie Data Fork of 8192, 16384 bytes etc… with a block size of 8K).
  66.  
  67.  
  68. ****** NEW FEATURES ******
  69.  
  70. Server + Monitor :
  71. ----------------
  72. The Log list contains 7 types of EVENTS :
  73.     - start server,
  74.     - stop server,
  75.     - open session,
  76.     - close session,
  77.     - unsuccessful logon attempt,
  78.     - get file (successful),
  79.     - put file (successful).
  80. For security reasons, the ip address of anonymous users and of users trying unsuccessfully to open a session is displayed in the log. 
  81. NOTES : The interface has been adapted to these new features. The Log now records up to 200 events, instead of 100.
  82.  
  83.  
  84. Server :
  85. -------
  86. If the FTP client on your host does not support filenames containing SPACES, enter the "site VM" command (or "quote site VM") just after login. FTP Share then turns spaces into underscores '_' when listing a directory, and vice-versa when you send a command followed by a filename (cd, get, put, ...). Enter "site UNIX" or "site MAC" to restore a normal behaviour.
  87.  
  88. The Owner name is no longer "case sensitive".
  89.